home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / clib / datebrowser_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-19  |  641 b   |  35 lines

  1. #ifndef CLIB_DATEBROWSER_PROTOS_H
  2. #define CLIB_DATEBROWSER_PROTOS_H
  3. /*
  4. **    $VER: datebrowser_protos.h 44.1 (19.10.1999)
  5. **    Includes Release 44.1
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1987-1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifndef INTUITION_CLASSES_H
  18. #include <intuition/classes.h>
  19. #endif
  20.  
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24.  
  25. Class *DATEBROWSER_GetClass(void);
  26. UWORD JulianWeekDay(UWORD, UWORD, LONG);
  27. UWORD JulianMonthsDays(UWORD, LONG);
  28. BOOL JulianLeapYear(LONG);
  29.  
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33.  
  34. #endif /* CLIB_DATEBROWSER_PROTOS_H */
  35.